Represents a method that handles the completed event of an asynchronous operation that provides progress updates.
public generic<typename TResult, typename TProgress>
delegate void AsyncOperationWithProgressCompletedHandler`2(
IAsyncOperationWithProgress<TResult, TProgress>^ asyncInfo,
AsyncStatus asyncStatus
)
TResult
The result.
TProgress
The progress information.
asyncInfo
Type: IAsyncOperationWithProgress<TResult, TProgress>
The asynchronous operation.
asyncStatus
Type: AsyncStatus
One of the enumeration values.
Namespace: Windows.Foundation
Metadata: windows.winmd